home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / flexp300.zip / INSTALL.FIL < prev    next >
Text File  |  1993-07-22  |  4KB  |  163 lines

  1. BACKGROUND 127
  2. LANGUAGE ENGLISH
  3. SHADOW ON
  4. TELESCOPE OFF
  5. WINOPEN 18 2 95
  6.  
  7. "           Nildram Software          "
  8. "         Installation Program        "
  9. ""
  10. "      FLEXIBAK Plus Version 3.00     "
  11. TELESCOPE ON
  12. SPACE 300
  13.  
  14. 'select destination drive and path. Alert user if FLEXIBAK Plus already present.
  15. DRIVE C 28 12 31 15 32 14 79
  16. PATH \FLEXPLUS 0 12 31 15 32 14 79
  17. EXIST ~1~2\*.DAT
  18. JUMP.NO UNPCK
  19. WINOPEN 0 12 31
  20. "FLEXIBAK Plus is already installed, answer <Y> if you are"
  21. "  upgrading or reinstalling or <N> if you wish to abort  "
  22. ASK 68 14
  23. WINCLOSE
  24. JUMP.YES UNPCK
  25. WINOPEN 0 12 79
  26. "INSTALLATION ABORTED BY OPERATOR"
  27. "       HIT <ENTER> TO EXIT"
  28. WAIT 50 14
  29. WINCLOSE
  30. END
  31.  
  32. 'Unpack files
  33. :UNPCK
  34. UNPACK INSTALL.FP 0 12 31 32 14 79
  35. JUMP.FAIL OOPS
  36. COPY ~0\*.DOC ~1~2\ 0 12 31
  37. COPY ~0\DESC.SDI ~1~2\ 0 12 31
  38. COPY ~0\FILE_ID.DIZ ~1~2\ 0 12 31
  39. EXIST ~0\INSTALL.REG
  40. JUMP.YES UNPCK_REG
  41.  
  42. :PRNT_REG
  43. WINOPEN 0 12 47
  44. " This is a shareware copy of FLEXIBAK Plus"
  45. " Please ensure that your printer is on and"
  46. "press <ENTER> to print the registration form"
  47. WAIT 62 15
  48. WINCLOSE
  49. PRINT ~1~2\REGISTER.DOC
  50. JUMP.FAIL REG_ERROR
  51. JUMP RESTORE_CHECK
  52.  
  53. :REG_ERROR
  54. WINOPEN 0 11 79
  55. "Your printer is not responding. Possible problems:"
  56. "  Printer is off."
  57. "  Printer requires paper."
  58. "  Printer not attached to LPT1."
  59. ""
  60. "Do you wish to retry (Y/N)?"
  61. ASK 43 17
  62. WINCLOSE
  63. JUMP.NO RESTORE_CHECK
  64. JUMP PRNT_REG
  65.  
  66. :UNPCK_REG
  67. UNPACK INSTALL.REG 0 12 31 32 14 79
  68. JUMP.FAIL OOPS
  69.  
  70. :RESTORE_CHECK
  71. EXIST ~1~2\*.DAT
  72. JUMP.YES INST
  73. 'Copy data file(s) from Master Disk if required
  74. WINOPEN 0 12 31
  75. "Please answer <Y> if this is your first installation of"
  76. " FLEXIBAK Plus or <N> if you are going to restore data "
  77. ASK 68 14
  78. WINCLOSE
  79. JUMP.YES INST
  80. :DATA_FILE
  81. WINOPEN 0 12 31
  82. "Please insert your backup Master Disk in place of the"
  83. "  installation disk and press <ENTER> to continue    "
  84. WAIT 65 14
  85. WINCLOSE
  86. COPY ~0\*.DAT ~1~2\ 0 12 31
  87. JUMP.FAIL MAST_FAIL
  88. EXIST ~1~2\*.DAT
  89. JUMP.NO MAST_FAIL
  90. WINOPEN 0 12 31
  91. "Your data file(s), containing setup and backup information, have been"
  92. "  copied to your FLEXIBAK Plus directory. Press <ENTER> to continue  "
  93. WAIT 74 14
  94. WINCLOSE
  95.  
  96. 'Viewing instructions
  97. :INST
  98. WINOPEN 0 12 31
  99. "Would you like to view the instructions (Y/N)? "
  100. ASK 63 13
  101. WINCLOSE
  102. JUMP.NO PRNT_QUEST
  103. VIEW ~1~2\FLEXPLUS.DOC 79 31
  104.  
  105. 'Printing instructions
  106. :PRNT_QUEST
  107. WINOPEN 0 12 31
  108. "Would you like to print the instructions (Y/N)?"
  109. ASK 64 13
  110. WINCLOSE
  111. JUMP.NO OUT
  112. :PRNT
  113. PRINT ~1~2\FLEXPLUS.DOC
  114. JUMP.FAIL PRNT_ERROR
  115. JUMP OUT
  116.  
  117. :PRNT_ERROR
  118. WINOPEN 0 11 79
  119. "Your printer is not responding. Possible problems:"
  120. "  Printer is off."
  121. "  Printer requires paper."
  122. "  Printer not attached to LPT1."
  123. ""
  124. "Do you wish to retry (Y/N)?"
  125. ASK 43 17
  126. WINCLOSE
  127. JUMP.YES PRNT
  128.  
  129. :OUT
  130. WINOPEN 0 12 31
  131. "FLEXIBAK Plus is now installed."
  132. ""
  133. "Press <ENTER> to continue."
  134. WAIT 51 15
  135. WINCLOSE
  136. VIEW ~1~2\README.DOC 79 31
  137. END
  138.  
  139. :OOPS
  140. WINOPEN 0 12 79
  141. "THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION"
  142. ""
  143. "Possible reasons:"
  144. "   -- The floppy disk was removed prior to completion."
  145. "   -- The floppy disk was damaged during shipping."
  146. ""
  147. WINCLOSE
  148. END
  149.  
  150. :MAST_FAIL
  151. WINOPEN 0 12 79
  152. "Your data files have not been copied to the FLEXIBAK Plus directory"
  153. ""
  154. "Possible reasons:"
  155. "   -- There are no data files on the floppy disk."
  156. "   -- The floppy disk was removed prior to completion."
  157. ""
  158. "              Do you wish to try again (Y/N)"
  159. ASK 52 19
  160. WINCLOSE
  161. JUMP.YES DATA_FILE
  162. JUMP INST
  163.